Some adjusts#13
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Sponsors section to show the correct brands per tier (with clickable external links), adds the NIC.br logo asset, and tweaks the Hero title styling for readability.
Changes:
- Updated sponsor tier data (Diamante/Ouro) and added external links for sponsor cards.
- Adjusted sponsor card rendering to support either an image logo or a placeholder, with explicit TypeScript typing.
- Tweaked Hero title typography/shadow styling.
Reviewed changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| public/assets/sponsors/nicbr.svg | Adds NIC.br SVG logo asset for use in the Sponsors section. |
| components/sponsors.tsx | Adds typed sponsor tier/logo data, introduces image rendering via next/image, and makes sponsor cards link to official sites. |
| components/hero.tsx | Updates Hero H1 font sizes and text shadow styling for improved legibility. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+101
to
+105
| <a | ||
| key={j} | ||
| className={`flex items-center justify-center border-2 ${tier.borderColor} rounded-2xl px-12 py-8 bg-cream-card min-w-[200px]`} | ||
| href={logo.href} | ||
| target={logo.href ? "_blank" : undefined} | ||
| rel={logo.href ? "noopener noreferrer" : undefined} |
Comment on lines
52
to
+56
| <h1 | ||
| className="text-[2.5rem] leading-[0.9] md:text-5xl lg:text-[3.5rem] xl:text-[5rem] lg:leading-[0.85] font-black text-white italic uppercase tracking-wider font-display mb-3 lg:mb-8" | ||
| className="text-[3rem] leading-[0.9] md:text-7xl lg:text-[3.5rem] xl:text-[5rem] lg:leading-[0.85] font-black text-white italic uppercase tracking-wider font-display mb-3 lg:mb-8" | ||
| style={{ | ||
| textShadow: | ||
| "0 4px 20px rgba(0,0,0,.7), 0 8px 40px rgba(0,0,0,.5)", | ||
| "0 2px 15px rgba(0,0,0,.2), 0 4px 15px rgba(0,0,0,.5)", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Descrição
O que foi feito?
Motivação
🧪 Como testar
Resultado esperado
🔍 Tipo de alteração
✅ Checklist
📝 Observações